Description | : Gets the details of a project. |
Reference | : Link ¶ |
⚼ Request
GET:
/authoring/analyze-conversations/projects/{projectName}
{
api-version:
string
,
projectName:
string
,
}
⚐ Response (200)
{
createdDateTime:
string
,
lastModifiedDateTime:
string
,
lastTrainedDateTime:
string
,
lastDeployedDateTime:
string
,
projectKind:
enum
,
settings:
{
,
confidenceThreshold:
number
,
}
projectName:
string
,
multilingual:
boolean
,
description:
string
,
language:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}